home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1997: The Complete Utilities Toolkit
/
macworld-complete-utilities-1997.iso
/
Programming
/
Bob 1.5
/
X.bob
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-02
|
274 b
|
11 lines
|
[
TEXT/????
]
main()
{
a = newvector(10);
b = newstring(20);
stdout << "typeof(1)=" << typeof(1) << "\n";
stdout << "typeof(a)=" << typeof(a)
<< ", sizeof(a)=" << sizeof(a) << "\n";
stdout << "typeof(b)=" << typeof(b)
<< ", sizeof(b)=" << sizeof(b) << "\n";
}